Filename | (eval 1060)[/usr/share/perl/5.10/CGI.pm:869] |
Statements | Executed 3 statements in 15µs |
Eval Invoked At | /usr/share/perl/5.10/CGI.pm line 869 |
Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 9µs | 12µs | TIEHASH | CGI::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # spent 12µs (9+3) within CGI::TIEHASH which was called:
# once (9µs+3µs) by CGI::Vars at line 832 of CGI.pm | ||||
2 | 1 | 900ns | my $class = shift; | ||
3 | 1 | 400ns | my $arg = $_[0]; | ||
4 | 1 | 13µs | 1 | 3µs | if (ref($arg) && UNIVERSAL::isa($arg,'CGI')) { # spent 3µs making 1 call to UNIVERSAL::isa |
5 | return $arg; | ||||
6 | } | ||||
7 | return $Q ||= $class->new(@_); | ||||
8 | } | ||||
9 | |||||
10 | ; |